home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / magic132.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-10-02  |  232b  |  14 lines

  1. echo off
  2. cls
  3. askyn Are you running a MULTI-Sync type Monitor
  4. if errorlevel == 2 goto mag1
  5. if errorlevel == 1 goto mag2
  6. goto exit
  7. :mag1
  8. magic /MT1 /S1,1,0,0
  9. goto loadreadme
  10. :mag2
  11. magic /s1,1,0,0
  12. :loadreadme
  13. readme
  14. :exit